16 August 2019
quakes dataset
This is an R Markdown presentation showing Locations of Earthquakes off Fiji. The data set give the locations of 1000 seismic events of MB > 4.0. The events occurred in a cube near Fiji since 1964.
Format : A data frame with 1000 observations on 5 variables.
[,1]    lat             numeric    Latitude of event
[,2]    long          numeric    Longitude
[,3]    depth       numeric    Depth (km)
[,4]    mag          numeric    Richter Magnitude
[,5]    stations    numeric    Number of stations reporting
Fiji earthquakes by depth (Km) from surface
Thanks